PDF4Java Reference Documentation
com.o2sol.pdf4java.content.text Package / PDFTextExtractionOptions Class
Methods


In This Topic
    PDFTextExtractionOptions Class Members
    In This Topic

    The following tables list the members exposed by PDFTextExtractionOptions.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Methods
     NameDescription
    Public MethodGets the bounds (in display coordinates) for text extraction.  
    Public MethodGets a value indicating whether extended text information should be loaded for text. This flag is used only by com.o2sol.pdf4java.content.PDFContentExtractor.extractText , com.o2sol.pdf4java.content.PDFContentExtractor.extractText, com.o2sol.pdf4java.content.PDFContentExtractor.extractTextRuns and com.o2sol.pdf4java.content.PDFContentExtractor.extractTextRuns methods.
    By default this property is true which allows to analyze text fragment positions in order to group extracted text into lines. If it is set to false then only the text is loaded and no other properties (suc as positions, font info, colors, etc).  
    Public MethodGets a value indicating whether characters that fit partially the extraction bounds should be included in the extracted text.  
    Public MethodThis method supports the internal library infrastructure and should not be used by external client code.  
    Public MethodGets a flag indicating whether the text extraction process should use the text included in the /ActualText entry applied to current showText operator.  
    Public MethodSets the bounds (in display coordinates) for text extraction.  
    Public MethodSets a value indicating whether extended text information should be loaded for text. This flag is used only by com.o2sol.pdf4java.content.PDFContentExtractor.extractText , com.o2sol.pdf4java.content.PDFContentExtractor.extractText, com.o2sol.pdf4java.content.PDFContentExtractor.extractTextRuns and com.o2sol.pdf4java.content.PDFContentExtractor.extractTextRuns methods.
    By default this property is true which allows to analyze text fragment positions in order to group extracted text into lines. If it is set to false then only the text is loaded and no other properties (suc as positions, font info, colors, etc).  
    Public MethodSets a value indicating whether characters that fit partially the extraction bounds should be included in the extracted text.  
    Public MethodThis method supports the internal library infrastructure and should not be used by external client code.  
    Public MethodSets a flag indicating whether the text extraction process should use the text included in the /ActualText entry applied to current showText operator.  
    Top
    See Also